Distributed Internet Applications Architecture - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Distributed Internet Applications Architecture - перевод на Английский

SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
  • (a), (b): a distributed system.<br/>(c): a parallel system.

Distributed Internet Applications Architecture      
Distributed Internet Applications Architecture, gruppo di tecnologie sviluppate dalla Microsoft utilizzate per creare applicazioni per Internet, DNA (Computer)
Internet Explorer         
  • Internet Explorer compared to [[Firefox]] on the [[Acid3]] HTML rendering test
  • The architecture of IE8. Previous versions had a similar architecture, except that both tabs and the UI were within the same process. Consequently, each browser window could have only one "tab process."
  • Historical market share of Internet Explorer
  • right
  • Logo for [[Internet Explorer 2]]
  • quote=You can zoom from 10% to 1,000%.}}</ref>
  • [[Usage share of web browsers]] according to [[StatCounter]]
WEB BROWSER BY MICROSOFT
MSIE; Microsoft Internet Explorer; Microsoft IE; Internet explorer; StopIE; Stopie; Features of Internet Explorer; Criticism of Internet Explorer; MS Internet Explorer; Iexplore; Criticisms of internet explorer; Iexplorer; Common criticisms of Internet Explorer; Criticisms of Internet Explorer; Iexplore.exe; Internetexplorer; InnerHTML; Innerhtml; InternetExplorer; Windows Internet Explorer; MS IE; Features of internet explorer; MSIE (web browser); Wininet; WinInet; WinINET; Iexplorer.exe; M.S.I.E.; MicroSoft Internet Explorer; IE browser; Internex; Security vulnerabilities in Internet Explorer
Internet Explorer, browser Internet prodotto dalla società Microsoft
computer architecture         
  • Block diagram of a basic computer with uniprocessor CPU. Black lines indicate data flow, whereas red lines indicate control flow. Arrows indicate the direction of flow.
SET OF RULES AND METHODS THAT DESCRIBE THE FUNCTIONALITY, ORGANIZATION AND IMPLEMENTATION OF COMPUTER SYSTEMS
Computer Architecture; Computer architectures; Computer design; UISA; Computer systems architecture; Computing architecture; Computer architect; History of computer architecture
architettura di computer (progettazione dei diversi elementi del computer)

Определение

distributed system
A collection of (probably heterogeneous) automata whose distribution is transparent to the user so that the system appears as one local machine. This is in contrast to a network, where the user is aware that there are several machines, and their location, storage replication, load balancing and functionality is not transparent. Distributed systems usually use some kind of client-server organisation. Distributed systems are considered by some to be the "next wave" of computing. Distributed Computing Environment is the {Open Software Foundation}'s software architecture for distributed systems. http://dstc.edu.au/AU/research_news/dist-env.html. (1994-12-06)

Википедия

Distributed computing

A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another. Distributed computing is a field of computer science that studies distributed systems.

The components of a distributed system interact with one another in order to achieve a common goal. Three significant challenges of distributed systems are: maintaining concurrency of components, overcoming the lack of a global clock, and managing the independent failure of components. When a component of one system fails, the entire system does not fail. Examples of distributed systems vary from SOA-based systems to massively multiplayer online games to peer-to-peer applications.

A computer program that runs within a distributed system is called a distributed program, and distributed programming is the process of writing such programs. There are many different types of implementations for the message passing mechanism, including pure HTTP, RPC-like connectors and message queues.

Distributed computing also refers to the use of distributed systems to solve computational problems. In distributed computing, a problem is divided into many tasks, each of which is solved by one or more computers, which communicate with each other via message passing.